home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #5 / K-CD-5-2003.ISO / Sandra / setup.exe / {app} / examples / Report Schema.mdb / Module.json < prev    next >
Encoding:
JavaScript Object Notation  |  2002-11-21  |  197 b 

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "ReportID": "Long Integer",
  5.         "Name": "Text (255)",
  6.         "TypeID": "Long Integer",
  7.         "HasClass": "Boolean NOT NULL",
  8.         "HasDevice": "Boolean NOT NULL",
  9.         "HelpID": "Long Integer"
  10.     },
  11.     "data": []
  12. }